home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u380.dms
/
u380.adf
/
ForProgrammers
/
req.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-09-10
|
646b
|
23 lines
/* Prototypes for the req.library for use with Lattice. */
#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif
void __stdargs SimpleRequest __PROTO((char *,...));
int __stdargs TwoGadRequest __PROTO((char *,...));
int __stdargs FileRequester __PROTO((struct FileRequester *));
void __stdargs Center __PROTO((struct NewWindow *,int,int));
void __stdargs PurgeFiles __PROTO((struct FileRequester *));
void __stdargs ColorRequester __PROTO((long));
int __stdargs TextRequest __PROTO((struct TRStructure *));
char __stdargs RawKeyToAscii __PROTO((short,short,char *));